UInt32NINumericUInt32NDivide Method
Divides the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt32N INumeric<UInt32N>.Divide(
UInt32N value
)
Private Function Divide (
value As UInt32N
) As UInt32N Implements INumeric(Of UInt32N).Divide
private:
virtual UInt32N Divide(
UInt32N value
) sealed = INumeric<UInt32N>::Divide
private abstract Divide :
value : UInt32N -> UInt32N
private override Divide :
value : UInt32N -> UInt32N
- value UInt32N
- The value as the divisor.
UInt32NThe result of dividing the current value by
value.
INumericTSelfDivide(TSelf)